Getting Status Changes Notifications Using Webhooks

Webhooks allow you to get programmatical notifications from FintechOS about status changes of your envelope as they happen.

For every envelope event, webhooks will send the notifications as an HTTP POST request, with a JSON body, to the endpoint you specify. They will push information to your endpoint.

Using FintechOS webshooks you can receive notification for the following events:

  • the client opened the document
  • the signature for client is finished
  • the whole document is signed

To Get Envelope Status Changes Notifications Using Webhooks

Step 1. Configure webhooks

Prerequisite: You need to know the webhook ID received from FintechOS.

To get notifications on envelope status changes using webhooks, in the sign request, add the webhook finish URL (WebhookUrl ) and webhook for status URL(WebhookStatusUrl).

Step 2. Create an endpoint for the webhook

Create the endpoint (action) that contains the logic for receiving the webhook. In most of the cases, in the server automation scripts, call the request downloadSignedDocument and get the intermediate URL for the second workstep or download the signed document (the pdf file).

The example request provided at Step 1 returns the following data in the server automation script: